home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / pimslist / sc21e.zip / README.BAT < prev    next >
DOS Batch File  |  1996-12-07  |  818b  |  24 lines

  1. @echo off
  2. cls
  3. echo     ShareCon (tm) Copyright (C) WaverlyStreet, 1996. All Rights Reserved.
  4. echo.
  5. echo Evaluation Version 2.1
  6. echo.
  7. echo You should have the following files:
  8. echo.
  9. echo SC21E.EXE      (the main program)
  10. echo INSTALLE.EXE   (an interactive installation utility)
  11. echo SHARECON.MAN   (the manual)
  12. echo ABOUT_SC.TXT   (license information / description)
  13. echo SC21DATA.EXE   (pre-2.1 data conversion utility)
  14. echo and this file, README.BAT
  15. echo.
  16. echo Change to the drive and directory containing these files and then
  17. echo type "installe", and press ENTER to read the manual and license 
  18. echo information, and to (optionally) install ShareCon on your computer.
  19. echo.
  20. echo To run the program, go to the directory where it is installed and type
  21. echo sc21e and press ENTER. 
  22. echo.
  23. pause
  24.